Foxit PDF SDK
FoxitPDFSDKPython2.OCRProgressCallback Class Reference

Inherits FoxitPDFSDKPython2._object.

Public Member Functions

def ProgressNotify (current_rate)
 A callback function used to update current progress state data to user in order that user can update their progress bar. More...
 

Detailed Description

This class represents a callback object to notify the OCR progress. All the pure virtual functions in this class are used as callback functions and should be implemented by user.

Member Function Documentation

◆ ProgressNotify()

def FoxitPDFSDKPython2.OCRProgressCallback.ProgressNotify (   current_rate)

A callback function used to update current progress state data to user in order that user can update their progress bar.

Parameters
[in]current_rateCurrent rate. It would be between 0 and 100 (inclusive). 100 means finished.
Returns
None.